Launch Screen is shown to the User immediately when the application starts to tell the User that application has
successfully launched and that User needs to wait for the application to load
Launch Screen is specified inside LaunchScreen.storyboard file which uses outdated Storyboard interface to create View.
By default it is empty (shows empty white screen) but in this tutorial we will show how to put an Image in it.